home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / papel.dxr / 00072.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  429 b   |  16 lines

  1. on exitFrame
  2.   global stage
  3.   if stage = 14 then
  4.     if (the top of sprite 19 > 52) and (the left of sprite 19 > 75) and ((the top of sprite 19 < 80) and (the left of sprite 19 < 114)) then
  5.       set the visible of sprite 19 to 0
  6.       set the puppet of sprite 19 to 0
  7.       set stage to 15
  8.       set the visible of sprite 2 to 1
  9.       sound stop 2
  10.       go(the frame + 1)
  11.     end if
  12.   end if
  13.   updateStage()
  14.   go(the frame)
  15. end
  16.